Contribution org.nuxeo.ecm.social.user.relationship.actions--actions
In component org.nuxeo.ecm.social.user.relationship.actions
org.nuxeo.ecm.social.user.relationship.actions
inside nuxeo-user-relationship-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/relationship_network.png" id="relationship_network" label="user.center.relationship.network" link="user_center_fragment.xhtml" order="25">
<category>USER_CENTER</category>
<filter-id>not_anonymous</filter-id>
</action>
<action id="relationship_network_tab" label="user.center.relationship.network.tab" link="/incl/user_relationships_network.xhtml" order="10">
<category>relationship_network_sub_tab</category>
</action>
</extension>